Platform Explorer / Nuxeo Platform LTS 2015 7.10

Extension point configuration

Documentation

Extension allowing the configuration of a Redis pool.

Server configuration:

    <server>
        <host>localhost</host>
        <port>6379</port>
        <password>secret</password>
        <database>0</database>
        <timeout>2000</timeout>
    </server>

Sentinel configuration:

    <sentinel>
        <master>master</master>
        <host name="localhost" port="26379"/>
        <host name="localhost" port="26380"/>
        <password>secret</password>
        <database>0</database>
        <timeout>2000</timeout>
    </sentinel>

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.redis.RedisHostDescriptor
  • Class: org.nuxeo.ecm.core.redis.RedisServerDescriptor
  • Class: org.nuxeo.ecm.core.redis.RedisSentinelDescriptor

Contributions

No known contributions.